home *** CD-ROM | disk | FTP | other *** search
/ Skunkware 5 / Skunkware 5.iso / src / Games / xboing / README.problems < prev    next >
Text File  |  1995-07-14  |  3KB  |  88 lines

  1. XBoing Trouble-Shooting
  2. =======================
  3.  
  4. Updated: 27th August 1993
  5.  
  6. I was hoping you wouldn't be reading this but anyway ...
  7.  
  8. make depend
  9.  
  10.     Some header files in xboing were not found. Check the includes and see
  11.     if the Imakefile/Makefile.std includes in the correct directory. If all
  12.     else fails then xmkmf/cp Ma..std Makefile again and forget it.
  13.  
  14. xpm.h
  15.  
  16.     You must have the Xpm library as explained in the requirements section.
  17.     XBoing uses the Xpm library extensively. If you have it then please check
  18.     that the XPMINCLUDE dir is set correctly in the Imakefile/Makefile.std
  19.  
  20. Header Files  
  21.  
  22.     Maybe you have the X11 header files in another place. Please check the 
  23.     Imakefile or Makefile.std and change the -I directories to your site. 
  24.     If you are using imake then tell your sysop that imake didn't look
  25.     in the correct place for the X11 header files. 
  26.  
  27. Highscore file is corrupt
  28.  
  29.     I have changed the highscore file format since v1.6. Sorry but it is 
  30.     much better now and will save times etc. Just delete the old one and 
  31.     start again. The file locking will not work over NFS.
  32.  
  33. Highscore file locking problem
  34.  
  35.     I am currently locking the file with either lockf or flock. lockf() will
  36.     work over a NFS file system when the lockd deamon is running. Some people
  37.     with machines that have their bits backwards :-( may have some problems.
  38.     I may need to work on the highscore file format read and writing. :-(
  39.  
  40. Strange libraries needed
  41.  
  42.     Check the Imakefile or Makefile.std and make sure the sysop has installed
  43.     the Imake.rules correctly. If all else fails just remove them one by one
  44.     until it compiles.
  45.  
  46. Crashes with bad drawable
  47.  
  48.     Make sure that the program is not compiled with -ansi as ansi trigraphs
  49.     may have been found during compilation and that stuffs up the pixmap data.
  50.  
  51.     Also check that the version of xpm is the latest ie: 3.2g as people have
  52.     mentioned that any version below can cause problems. :-(
  53.  
  54.     Also try with K&R C compiler that is non-ansi and see if that makes any
  55.     difference.
  56.  
  57. Colourmap is all black
  58.  
  59.     Don't use the -pointergrab option as some window managers barf when the
  60.     pointer is grabbed :-(
  61.  
  62. Sound not working & Levels not working
  63.  
  64.     Check your sound directory and make sure that you don't have any ENV vars
  65.     set that will be used first.
  66.  
  67. Clicks in sound
  68.  
  69.     This may be because the sound files have a small header and your audio
  70.     device may not support .au Sun Audio files so you will hear a small click
  71.     which is actually the sound header. If it becomes a problem edit the files
  72.     and remove the first bit of the file until it doesn't click!
  73.  
  74. Ansi trigraphs
  75.  
  76.     Try not to use -ansi as it can cause ANSI trigraphs in the data files and
  77.     that converts a few characters to one causing an XPM error. Bummer.
  78.  
  79. If you cannot get it working still and you have tried hard email at the
  80. address supplied and send along 'xboing -setup' output, obviously if you have
  81. got it compiled!!
  82.  
  83. PS: You can try xboing -debug to find out which function the program is barfing
  84.     in. If you can send me the function name with the email it will help.
  85.  
  86. -------------------------------------------------------------------------------
  87. Justin Kibell - jck@citri.edu.au - +61 3 282 2456 - Vic - Australia
  88.